Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#: Narrow source model generation. #16873

Merged
merged 5 commits into from
Jul 15, 2024

Conversation

michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Jun 28, 2024

In this PR we further narrow the C# source model generation to exclude all callables that overrides or implements something else. This is because we need to "limit" the number of generated sources models that could be used during dynamic dispatch (to avoid getting to many false positive/speculative results).

@michaelnebel michaelnebel force-pushed the csharp/narrowsourcegeneration branch from bd896ec to e05f835 Compare July 2, 2024 06:53
@github-actions github-actions bot removed the Java label Jul 2, 2024
@michaelnebel michaelnebel requested a review from hvitved July 2, 2024 06:54
@michaelnebel michaelnebel marked this pull request as ready for review July 2, 2024 06:56
@michaelnebel michaelnebel requested a review from a team as a code owner July 2, 2024 06:56
@michaelnebel michaelnebel added the no-change-note-required This PR does not need a change note label Jul 2, 2024
hvitved
hvitved previously approved these changes Jul 11, 2024
Copy link
Contributor

@hvitved hvitved left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, otherwise LGTM.

@michaelnebel michaelnebel merged commit 18cde3b into github:main Jul 15, 2024
28 checks passed
@michaelnebel michaelnebel deleted the csharp/narrowsourcegeneration branch July 15, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants